{{tag>dapper edgy feisty gutsy FAH}}

----



====== Installation de Folding@Home : finstall ======

Installation et lancement automatique de Folding@Home grâce à l'installateur semi-officiel finstall.
> Remarque de [[utilisateurs:YannUbuntu]]: c'est l'installation qui me semble être la plus facile pour les débutants.

Pour plus d'informations, voir la [[https://help.ubuntu.com/community/FoldingAtHome/finstall|page anglaise de finstall]].

Pour les autres méthodes d'installation, voir la [[:fah|page principale F@H]] de Ubuntu-fr.



===== Telechargement et installation =====

  * Télécharger finstall

  cd ~
  wget -c http://www.vendomar.ee/~ivo/finstall

  * Changer les droits du fichier

  chmod +x finstall

  * Exécuter le programme ([[http://folding.extremeoverclocking.com/team_list.php|Liste des équipes]], [[https://wiki.ubuntu.com/FoldingAtHomeTeamUbuntu|Team-Ubuntu]]: 45104, ou bien Alliance-Francophone: 51, ou Linux: 163 ou ...)

  ./finstall


===== Commandes pour démarrer/arrêter F@H =====

  * Demarrer F@H

  ~/foldingathome/folding start

  * Arrêter F@H

  ~/foldingathome/folding start



===== Optionnel: démarrage automatique au lancement d'Ubuntu =====

  * Créer un fichier dans le repertoire /etc/init.d

  gksudo gedit /etc/init.d/foldingathome

  * Y faire un copier/coller de:

  #!/bin/bash
  # /etc/init.d/foldingathome for Ubuntu
  # Start the F@H service.
  pushd /home/YOUR_USERNAME_HERE/foldingathome/
  su YOUR_USERNAME_HERE -c "screen -d -m ./folding start"
  popd

  * Enregistrer et fermer le fichier

  * Le lancer au demarrage de Ubuntu

  sudo update-rc.d foldingathome defaults 99

----

//Contributeurs : Traduit/Rédigé par [[utilisateurs:YannUbuntu]]
Remarques et commentaires  sur le [[http://forum.ubuntu-fr.org/viewtopic.php?pid=44821#p44821|forum Ubuntu-fr]].//